home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Workbench Design
/
WB Collection.iso
/
workbench werkzeuge
/
commoditys
/
sunwindow
/
reqtools
/
install
/
install_1.3
< prev
next >
Wrap
Text File
|
1996-04-07
|
865b
|
43 lines
; Script file to install reqtools.library 38 on Kickstart 1.2/1.3
FailAt 20
Version >NIL: exec.library 37
If NOT WARN
Echo "*nYour Amiga has Kickstart 2.0 or higher in ROM."
Echo "Please run the install script for Workbench 2.0 or"
Echo "one of the install scripts for Workbench 2.1 or higher."
Skip END
EndIf
Echo "*nreqtools.library Installation Script*n"
Version >NIL: LIBS:reqtools.library
If NOT ERROR
Echo "Version of reqtools.library already installed:"
Version LIBS:reqtools.library
Echo ""
EndIf
Ask "Install Kickstart 1.2/1.3 version of reqtools.library (38.388) ?"
If NOT WARN
Skip Aborted
EndIf
Copy /libs13/reqtools.library LIBS:reqtools.library
Echo "*nreqtools.library copied to your Libs: directory."
Lab INSTALLED
Echo "Installation complete.*n"
Skip END
Lab ABORTED
Echo "*nInstallation aborted!*n"
Lab END
Wait 5
EndCLI >NIL: